﻿2026-09-18T11:27:11.8953111Z ##[group]Run actions/checkout@v5
2026-09-18T11:27:11.8955777Z with:
2026-09-18T11:27:11.8957273Z   repository: BigscreenVR/spt-bs-core
2026-09-18T11:27:11.8965203Z   token: ***
2026-09-18T11:27:11.8965769Z   ssh-strict: true
2026-09-18T11:27:11.8966272Z   ssh-user: git
2026-09-18T11:27:11.8966748Z   persist-credentials: true
2026-09-18T11:27:11.8967267Z   clean: true
2026-09-18T11:27:11.8967732Z   sparse-checkout-cone-mode: true
2026-09-18T11:27:11.8969858Z   fetch-depth: 1
2026-09-18T11:27:11.8970564Z   fetch-tags: false
2026-09-18T11:27:11.8973544Z   show-progress: true
2026-09-18T11:27:11.8979154Z   lfs: false
2026-09-18T11:27:11.8979960Z   submodules: false
2026-09-18T11:27:11.8981134Z   set-safe-directory: true
2026-09-18T11:27:11.8982837Z   allow-unsafe-pr-checkout: false
2026-09-18T11:27:11.9007214Z ##[endgroup]
2026-09-18T11:27:13.0159446Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-18T11:27:13.0163991Z ##[group]Getting Git version info
2026-09-18T11:27:13.0164894Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-09-18T11:27:13.0560868Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-09-18T11:27:13.7540272Z git version 2.43.0.windows.1
2026-09-18T11:27:13.7587388Z ##[endgroup]
2026-09-18T11:27:13.7600688Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\64bbb67c-e7d6-4313-99a5-88575287ca7b\.gitconfig'
2026-09-18T11:27:13.7625583Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\64bbb67c-e7d6-4313-99a5-88575287ca7b' before making global git config changes
2026-09-18T11:27:13.7629838Z Adding repository directory to the temporary git global config as a safe directory
2026-09-18T11:27:13.7636030Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-09-18T11:27:14.3338695Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-09-18T11:27:14.8846242Z https://github.com/BigscreenVR/spt-bs-core
2026-09-18T11:27:14.8883408Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-18T11:27:14.8889797Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-18T11:27:15.4864980Z HEAD
2026-09-18T11:27:20.0399910Z ##[endgroup]
2026-09-18T11:27:20.0405223Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-09-18T11:27:37.3644953Z ##[group]Cleaning the repository
2026-09-18T11:27:37.3657010Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-09-18T11:27:50.6601432Z Removing target/
2026-09-18T11:27:50.6648945Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-09-18T11:27:54.9554140Z HEAD is now at f8420cf7f2 Merge 71165e3540295d7b7b9af98d6e1a06163261b0cc into d0d123ddd18ea33e10f4494ba490d4aa3958c22a
2026-09-18T11:27:54.9600116Z ##[endgroup]
2026-09-18T11:27:54.9604858Z ##[group]Disabling automatic garbage collection
2026-09-18T11:27:54.9613451Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-09-18T11:27:55.3886535Z ##[endgroup]
2026-09-18T11:27:55.3887386Z ##[group]Setting up auth
2026-09-18T11:27:55.3897345Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-09-18T11:27:56.0698396Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-09-18T11:28:19.3729211Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-18T11:28:20.0440953Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-09-18T11:28:43.3863986Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-18T11:28:43.9823895Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-09-18T11:29:06.5742050Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-09-18T11:29:07.3412341Z ##[endgroup]
2026-09-18T11:29:07.3413241Z ##[group]Fetching the repository
2026-09-18T11:29:07.3438798Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +71165e3540295d7b7b9af98d6e1a06163261b0cc:refs/remotes/origin/main
2026-09-18T11:29:10.1812109Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-18T11:29:10.1812933Z  + d0d123ddd1...71165e3540 71165e3540295d7b7b9af98d6e1a06163261b0cc -> origin/main  (forced update)
2026-09-18T11:29:10.5514774Z ##[endgroup]
2026-09-18T11:29:10.5515336Z ##[group]Determining the checkout info
2026-09-18T11:29:10.5515927Z ##[endgroup]
2026-09-18T11:29:10.5528233Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-09-18T11:29:11.2508461Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-09-18T11:29:11.8452330Z ##[group]Checking out the ref
2026-09-18T11:29:11.8462826Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-09-18T11:29:13.2957238Z branch 'main' set up to track 'origin/main'.
2026-09-18T11:29:13.2957865Z Your branch is up to date with 'origin/main'.
2026-09-18T11:29:13.2958620Z Previous HEAD position was f8420cf7f2 Merge 71165e3540295d7b7b9af98d6e1a06163261b0cc into d0d123ddd18ea33e10f4494ba490d4aa3958c22a
2026-09-18T11:29:13.2959369Z Switched to and reset branch 'main'
2026-09-18T11:29:13.3007912Z ##[endgroup]
2026-09-18T11:29:14.5162234Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-09-18T11:29:17.6381600Z 71165e3540295d7b7b9af98d6e1a06163261b0cc
